home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
moden
/
awdefine.inc
< prev
next >
Wrap
Text File
|
1996-04-08
|
2KB
|
76 lines
{*********************************************************}
{* AWDEFINE.INC 1.02 (APD 1.01) *}
{* Assorted conditional compilation directives *}
{* Copyright (c) TurboPower Software 1994 *}
{* All rights reserved. *}
{*********************************************************}
{Because AWDEFINE.INC is included in all APW units, you can specify global
compiler options here. AWDEFINE is included *before* each units' required
compiler options, so options specified here might be overridden by hardcode
options in the source file.}
{$S-,R-}
{Activate the following define to build the base DLL (APW.DLL) and the
protocol DLL (APWP.DLL).}
{.$DEFINE BuildAPWDLL}
{Activate the following define to use the base DLL (APW.DLL) and the
protocol DLL (APWP.DLL).}
{.$DEFINE UseAPWDLL}
{$DEFINE UseComm}
{$DEFINE UseFossil}
{This define enables the application-level tracing of transmitted and received
characters. See the manual for more information on Tracing. Since Tracing is
considered a debugging facility, it's not normally defined.}
{$DEFINE Tracing}
{Activate the following define to enable dispatcher-level logging of all
communications events.}
{$DEFINE DispatchLogging}
{Activate the following define to enable drag-and-drop support in fax
viewers}
{.$DEFINE UseDragDrop}
{-------- !! DON'T CHANGE DEFINES BELOW THIS LINE !! -----------------}
{$IFNDEF Windows}
!! ERROR: APW is not compatible with real/protected mode DOS !!
{$ENDIF}
{$IFNDEF UseComm}
{$IFNDEF UseFossil}
!! ERROR: At least one device layer must be defined in AWDEFINE.INC
{$ENDIF}
{$ENDIF}
{$IFDEF BuildAPWDLL}
{$DEFINE Export} {Export routines when building DLL}
{$DEFINE IncludeMisc} {Include OOMISC code when building DLL}
{$ENDIF}
{$IFNDEF UseAPWDLL}
{$DEFINE IncludeMisc} {Include OOMISC code for non-DLL compiles}
{$ENDIF}
{$IFDEF VER70}
{$DEFINE SmartCallbacks} {Compiler supports smart callbacks}
{$ENDIF}
{$IFDEF VER80}
{$DEFINE SmartCallbacks} {Compiler supports smart callbacks}
{$ENDIF}
{$IFDEF VER80}
{$DEFINE APWDelphi}
{$ENDIF}